OpenRoads Designer CONNECT Edition SDK Help

NormalizedDirectionsNearEqual Method

Determine if 2 normalized directions are equal wihtin the tolerances

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public static boolNormalizedDirectionsNearEqual(double normAngle1,double normAngle2)

Parameters

SettingDescription
   First direction to compare.
   Second direction to compare.

Return Value

See Also